Skip to content

Done#21

Open
KATRINAHIGH wants to merge 12 commits into
ZipCodeCore:masterfrom
KATRINAHIGH:master
Open

Done#21
KATRINAHIGH wants to merge 12 commits into
ZipCodeCore:masterfrom
KATRINAHIGH:master

Conversation

@KATRINAHIGH

Copy link
Copy Markdown

No description provided.

@KATRINAHIGH

Copy link
Copy Markdown
Author

I still need to write tests for toArray, addAll, containsAll, retainsAll, removeAll, equals, hashcode

@KATRINAHIGH

KATRINAHIGH commented Mar 11, 2018

Copy link
Copy Markdown
Author

Wrote class, constructors and methods to pass tests completed. The following methods are completed and passing tests: size(), add(), isEmpty(), contains(), remove(), clear(), trimTrailingNull(), ShiftAllNullsToEnd()
Remaining methods to complete
both toArray(), containsAll(), addAll(), retainAll(), removeAll(), equals(), hashcode()

@KATRINAHIGH

Copy link
Copy Markdown
Author

Remaining methods to complete
toArray() T[] toArray(T[] a)
removeAll(Collection<?> c)
equals(Object o)
int hashCode()
iterator---have no clue where to start with this one

@KATRINAHIGH KATRINAHIGH changed the title Arraylist methods throwing/testing exceptions, testing methods done Done Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant